home *** CD-ROM | disk | FTP | other *** search
/ Wisdom on Demand - Your …e to Professional Success / Wisdom on Demand - Your Guide to Professional Success.iso / pc / BIN / COMMON / notice.swf / scripts / frame_10 / DoAction.as
Encoding:
Text File  |  2003-06-18  |  880 b   |  42 lines

  1. stop();
  2. btnYes.onRelease = function()
  3. {
  4.    getUrl("event: restoreCursor", "");
  5.    gotoAndStop(15);
  6.    getUrl("lingo:navigateToExitFrame \"send\" ", "");
  7. };
  8. btnYes.onRollOver = function()
  9. {
  10.    getUrl("event: changeCursor", "");
  11. };
  12. btnYes.onRollOut = function()
  13. {
  14.    getUrl("event: restoreCursor", "");
  15. };
  16. btnNo.onRelease = function()
  17. {
  18.    getUrl("event: restoreCursor", "");
  19.    getUrl("lingo:sendQueuedEmailLater", "");
  20. };
  21. btnNo.onRollOver = function()
  22. {
  23.    getUrl("event: changeCursor", "");
  24. };
  25. btnNo.onRollOut = function()
  26. {
  27.    getUrl("event: restoreCursor", "");
  28. };
  29. btnCancel.onRelease = function()
  30. {
  31.    getUrl("event: restoreCursor", "");
  32.    getUrl("lingo:clearEmailQueue", "");
  33. };
  34. btnCancel.onRollOver = function()
  35. {
  36.    getUrl("event: changeCursor", "");
  37. };
  38. btnCancel.onRollOut = function()
  39. {
  40.    getUrl("event: restoreCursor", "");
  41. };
  42.